home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / Timing / ClockDJ.lha / ClockDJ / ClockRexxExamples / getnextwindow.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1991-08-05  |  276 b   |  11 lines

  1. /* rexx  next window  */
  2. options results
  3. address clockdj
  4. getactivewindow;say result
  5. getnextwindow result;say result
  6. getnextwindow result;say result
  7. getnextwindow result;say result
  8. getnextwindow result;say result
  9. getnextwindow result;say result
  10. getnextwindow result;say result
  11.